From c470f0d266192c3aea010183cc99c7ae6e1fdabe Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sun, 10 Feb 2013 23:31:06 +0000 Subject: [PATCH] CoastalExplorer: Allow compilation to succeed without expat. Note that using this format, and many others, witout expat will result in fatal run time errors. --- gpsbabel/coastexp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/coastexp.cc b/gpsbabel/coastexp.cc index 2af2150b5..7aa72c74c 100644 --- a/gpsbabel/coastexp.cc +++ b/gpsbabel/coastexp.cc @@ -19,8 +19,8 @@ */ #include "defs.h" +#include "xmlgeneric.h" #if HAVE_LIBEXPAT -# include "xmlgeneric.h" # include static XML_Parser psr; #endif -- 2.30.2